可以在 tutorial directory 找到幾個簡單的範例:
cd <path_to_move>/language/documentation/tutorial
若要VSC支援,就要再安裝 move-analyzer
cargo install --path language/move-analyzer
然後就會瘋狂的安裝一些套件,跟上一篇差不多,這裡就略過。
在VSC上看起來就像這樣:
首先切到step1的folder:
cd /move/language/documentation/tutorial/step_1/BasicCoin
可以在source的folder底下找到 FirstModule.move, 當然VSC會相對簡單一點,不過似乎用文字介面的也蠻順的。
直接下build的指令:move build
有看build 的 folder就算成功了!